home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / tori / sharedi.cst / 03103_Script_3103 < prev    next >
Text File  |  1983-01-27  |  231b  |  13 lines

  1.  
  2. on gestione_entrata lista
  3.   set y to 0
  4.   repeat with x= 1 to count(lista)/2
  5.     set y to y+1
  6.     set num1 to getAt(lista, y)
  7.     set y to y+1
  8.     set num2 to getAt(lista, y)
  9.     entrata num1,num2
  10.     
  11.   end repeat
  12. end
  13.